home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00002_framescript.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  275 b   |  14 lines

  1. on exitFrame
  2.   global minuteson, start, ate
  3.   push()
  4.   change()
  5.   set minuteson to the ticks / 60 / 60
  6.   if (minuteson - start) > 2 then
  7.     set the visible of sprite 11 to 1
  8.   end if
  9.   if ((minuteson - start) > 0) and (ate = -1) then
  10.     text()
  11.   end if
  12.   go(the frame)
  13. end
  14.